home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine CD 1995 / Archive Magazine CD 1995.iso / discs / prog_disc / volume_7 / issue_06 / imagebank / !ImageBank / !Run < prev    next >
Encoding:
Text File  |  1994-01-18  |  981 b   |  31 lines

  1. | > ImageBank:!Run
  2.  
  3. If "<Font$Path>" = "" Then Error Fonts not found. Please open a directory display containing !Fonts.
  4.  
  5. Set ImageBank$Dir <Obey$Dir>
  6. SetMacro ImageBank$Path <ImageBank$Dir>.
  7.  
  8. IconSprites ImageBank:!Sprites
  9.  
  10. If "<File$Type_C85>" = "" Then Set File$Type_C85 JPEG
  11. If "<File$Type_690>" = "" Then Set File$Type_690 Clear
  12.  
  13. | ---------------------------------------------------------------
  14.  
  15. RMEnsure UtilityModule 3.10 Error ImageBank can only be run under RISC OS 3.1
  16.  
  17. | ---------------------------------------------------------------
  18. | The following 2 system variables can be altered for your system.
  19.  
  20. | This variable sets from where to save and load the Choices file.
  21. Set ImageBank$OptionsFile <ImageBank$Dir>.!Choices
  22.  
  23. | This variable is used to set the location for the catalogue files.
  24. Set ImageBank$Catalogues <ImageBank$Dir>.Catalogues
  25.  
  26. | ---------------------------------------------------------------
  27.  
  28. WimpSlot -min 256k -max 256K
  29.  
  30. Run ImageBank:!RunImage %*0
  31.